@import url(https://fonts.googleapis.com/css?family=Roboto:300);

body{
  background:#FFF;
}
.login-page- {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0072bc;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #245a7d;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #0072bc;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.login-container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 13%;
}
.login-container:before, .login-container:after {
  content: "";
  display: block;
  clear: both;
}
.login-container .info {
  margin: 50px auto;
  text-align: center;
}
.login-container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.login-container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.login-container .info span a {
  color: #000000;
  text-decoration: none;
}
.login-container .info span .fa {
  color: #EF3B3A;
}
.bg{
  background: #76b852; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #f2f2f2, #e2e2e2);
  background: -moz-linear-gradient(right, #f2f2f2, #e2e2e2);
  background: -o-linear-gradient(right, #f2f2f2, #e2e2e2) ;
  background: linear-gradient(to left, #f2f2f2, #e2e2e2);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
.logo img {
    max-width: 180px;
    margin: 0 auto;
}
.logo {margin-bottom: 15px;}

.form-fix {    
  padding: 30px 0;
  margin-top: 13%;
}
.card {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
/*  padding-bottom: 20px;*/
}
.card.top {
  background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0;
}
.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid  #0072bc;
  padding: 10px 0 10px 50px;
  color: #0072bc;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.card.hero .title{ padding:10px 0 10px 30px;}
.card .input-container {
  position: relative;
  margin: 0 60px 15px;
}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 50px;
  border: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}
.card .input-container.select select{
  display: inline-block;
  width: 70%;
  border: none;
  border-bottom: 1px dashed #757575;
  margin-left: 14px;
}
.card .input-container.select label{
  position: relative;
}
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after, .card .input-wrap input:focus ~ .bar:before, .card .input-wrap input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label{
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card .input-container .bar,.card .input-wrap .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom:1px dashed #757575;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after,.card .input-wrap .bar:before, .card .input-wrap .bar:after {
  content: '';
  position: absolute;
  background:  #0072bc;
  width: 0;
  height: 1px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .input-container .bar:before,.card .input-wrap .bar:before {
  left: 50%;
}
.card .input-container .bar:after,.card .input-wrap .bar:after {
  right: 50%;
}
.card .button-container {
  margin: 0 60px;
  padding-top:15px;
}
.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 140px;
  border: 1px solid  #eeeeee;
  padding: 9px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color:  #eeeeee;
}


.ac_details{ 
  background:rgb(75, 157, 210); 
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0px 0;
  min-height: 337px;
  padding: 15px 30px; 
  color:#477373; 
}
.ac_details .input-container label{
  color: #FFF !important;
}
.ac_details .input-container .bar{
  border-bottom: 1px dashed #9dd0f1
}
.usr_data{ 
  padding-bottom: 20px;
 }
 .bank_details {
  background:#c6dae7;
  padding: 25px 60px;
 }
.bank_details input[type="text"]{
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: none;
 }
 .bank_details label{
  color:#4e738b;
  font-weight: normal;
 }
.bank_details  h4{
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px;
    border-bottom: 1px solid #8db5cf;
    box-shadow: 0px 1px 0px #FFF;
    -webkit-box-shadow: 0px 1px 0px #eef8fe;
    padding-bottom: 10px;
    color: #4583ac;
  }
 /*-------admin------*/
.navbar-brand,.navbar-inverse .navbar-brand:hover{
  height: auto;
  background:#FFF;
  padding:12px 20px;
  max-width: 225px;
}
.navbar-inverse {
    background-color: #0072bc;
    border-color: #004b7b;
}

.top-nav>li>a{
  color: #FFF;

}
ul.navbar-right > li:nth-of-type(1) > a{
  background:#047dcc;
}
ul.navbar-right > li:nth-of-type(2) > a{
   background:#0084da;
}
ul.navbar-right > li:nth-of-type(3) > a{
   background:#0892ec;
}
ul.navbar-right > li:nth-of-type(4) > a{
   background:#0d9fff;
}
.side-nav{
  background:#135988;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,.side-nav li a:hover, .side-nav li a:focus{
  background:#047dcc !important;
}
.top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus{
   background:#135988 !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #cccccc;
}
.top-nav>li>a .label{
  position: absolute;
  top: 10px;
  right: 7px;
  text-align: center;
  font-size: 12px;
  padding: 3px 4px;
  line-height: .9;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}  
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
    outline: none !important;
}  
.box_green{
  border-top:2px solid #00a65a;
}
.box_red{
  border-top:2px solid #ff7474;
}
button.view_more {
    background: #000;
    border: none;
    color: #FFF;
    padding: 9px 15px;
    text-transform: uppercase;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box_green button.view_more {
  background:#00a65a;
}
.box_red button.view_more{
  background:#ff7474;
}
.search-box{
  float: right;
  padding: 7px;
  max-width: 240px;
}
.search-box button{
    background: #00a934;
    border-color: #00a934;
    color: #53ff0b;
}
.search-box input[type="radio"]{
  top: 0
}
.search-box label{
  color: #FFF;
}
.search-box .form-group{
  margin-bottom: 0;
}
.my_form{
  
  /*padding: 3% 4%;*/
  margin: 18px;
  position: relative;
   border: 1px dashed #eaeaea;
}
/*.my_form:before {
  content: '';
  display: block;
  top: 30px;
  bottom: 30px;
  
  left: 50%;
  border-left: 1px dashed #c7c7c7;
  position: absolute;
}*/
.my_form .left{
  padding-right:5%;
}
.my_form .right{
  padding-left:5%;
/*  border-left: 1px solid #e6e6e6; */
}
.my_form .tab,.my_form .tab2-3{
  display: table;
  width: 100%;
}
.my_form label{
  font-weight: normal;
}
.my_form .tab label,.my_form .tab2-3 label{
  display: table-cell;
  width: 30%;
  text-transform: capitalize;
  vertical-align: top;
}
.my_form label{}
.my_form .tab input{
  display: table-cell;
  /*width: 60%*/
}
.my_form .tab2-3 .half-seg{
  width: 40%;
  display: table-cell;
}
.my_form .tab2-3 .half-seg:nth-of-type(1){
  padding-right: 5%;
}
.section{
   background: #f5f5f5;
   padding: 30px 15px 15px;
}
.my_form  .input-group-addon:last-child{
  background: #0072bc;
  color: #e2f7ff;
  border:1px solid #0072bc;
}
.section:nth-child(2){
   background: #f1f1f1;
}
.section:nth-child(3){
   background:#ebebeb;
}
.section .buttons{
  margin: 0 -30px -15px;
  padding: 15px;
}
.buttons{
  text-align: center;
  background: #e5e5e5;
}
.buttons input{
  color: #FFF;
  padding: 15px 30px;
  text-transform: uppercase;
}
.blue_grad{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003b89+1,004dc9+12,0072bc+25,0045b5+40,003e91+50,002a7f+52,003996+61,00459b+76,00457a+92,003d72+100 */
background: rgb(0,59,137); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,59,137,1) 1%, rgba(0,77,201,1) 12%, rgba(0,114,188,1) 25%, rgba(0,69,181,1) 40%, rgba(0,62,145,1) 50%, rgba(0,42,127,1) 52%, rgba(0,57,150,1) 61%, rgba(0,69,155,1) 76%, rgba(0,69,122,1) 92%, rgba(0,61,114,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,59,137,1) 1%,rgba(0,77,201,1) 12%,rgba(0,114,188,1) 25%,rgba(0,69,181,1) 40%,rgba(0,62,145,1) 50%,rgba(0,42,127,1) 52%,rgba(0,57,150,1) 61%,rgba(0,69,155,1) 76%,rgba(0,69,122,1) 92%,rgba(0,61,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,59,137,1) 1%,rgba(0,77,201,1) 12%,rgba(0,114,188,1) 25%,rgba(0,69,181,1) 40%,rgba(0,62,145,1) 50%,rgba(0,42,127,1) 52%,rgba(0,57,150,1) 61%,rgba(0,69,155,1) 76%,rgba(0,69,122,1) 92%,rgba(0,61,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b89', endColorstr='#003d72',GradientType=0 ); /* IE6-9 */
s}
.black_grad{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}
.black_grad:hover,.blue_grad:hover{
  color: #FFF;
  background: #2f5670;
}
.blue2_grad{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e90ba+0,0072bc+40,003972+100 */
background: rgb(78,144,186); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(78,144,186,1) 0%, rgba(0,114,188,1) 40%, rgba(0,57,114,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(78,144,186,1) 0%,rgba(0,114,188,1) 40%,rgba(0,57,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(78,144,186,1) 0%,rgba(0,114,188,1) 40%,rgba(0,57,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e90ba', endColorstr='#003972',GradientType=0 ); /* IE6-9 */

}
.add_new {
  display: table;
  clear: both;
  color: #FFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 10px 0;
  overflow: hidden;
  cursor: pointer;
}
.add_new main{
  font-size: 20px;
  display:inline-block;
  padding: 0px 20px 0;
  margin:  0;
  line-height: normal;
  vertical-align: middle;
}
.add_new .add_button {
  display: inline-block;
  padding: 10px 15px;
  background: #000;
  border: none;
  vertical-align: middle;
  pointer-events: none;
}
.spare_search{
  width: 100%;
  float: left;
  margin:18px 0;
  padding: 15px;
  background: #b0d1e7;
  border:none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.spare_search button{
    background: #0072bc;
    border-color: #0072bc;
    color: #FFF;
}
.ui-widget-content{
  border: 1px solid #0072bc;
}
.ui-widget-header .ui-icon{
  background-image: none;
  font-family: FontAwesome;
  text-indent: 0;
  font-size: 0;
}
.ui-icon-circle-triangle-e:after{
  content: '\f054';
  font-size: 15px;
}
.ui-icon-circle-triangle-w:after{
  content: '\f053';
  font-size: 15px;
}
.ui-widget-header{
  background:#b0d1e7;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  border:none;
  background: #c7e3f5;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
  background: #0072bc ;
  color: #FFF;
  border-color: none;
}
a.ui-state-default.ui-state-active {
    background: rgb(0, 157, 189);
    color: #FFF;
}
a.ui-state-default.ui-state-highlight {
    box-shadow: inset 0px 0px 0px 1px #5eabdd;
    -webkit-box-shadow: inset 0px 0px 0px 1px #5eabdd;
}
/*.form-group.tab.date label{
  width: auto;
}*/
.form-control {
    height:25px;
}
@media screen and (min-width: 768px){
  .side-nav{
    top: 71px;
  }
  .top-nav>li>a{
  padding:25px ;
}

}
@media screen and (min-width: 992px){
  .tab{
    display: table;
    width: 100%;
  }
  .tab-cell{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .col-md-20p{
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }
}
@media screen and (max-width:1366px) and (min-width: 800px)  {
     .top-nav > li > a {
        padding:0px;
    }
}